CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 阻塞率 仿真

搜索资源列表

  1. 阻塞率

    1下载:
  2. 呼叫阻塞率的计算和仿真:在时间轴上考虑。无论阻塞与否,下一呼叫到达时刻为当前呼叫到达时刻加上服从参数为1/λ的指数分布的呼叫间隔时间。一个呼叫到达时只需要判断呼叫的到达时刻和各个信道服务完成时刻的先后:如果前者比后者中任意一个大,说明至少有一个信道服务完成时刻比此呼叫到达时刻早,即此信道空闲,此时呼叫成功,应该先把此信道下一个服务完成时刻置为当前呼叫到达时刻,再加上服从参数为μ的指数分布的服务时间;反之,如果前者比后者中全部都小,说明所有信道在此呼叫到达后才会结束服务,即当前忙,此呼叫被阻塞掉了
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:12349
    • 提供者:徐鹏
  1. Zusailv

    0下载:
  2. 用C++编程仿真阻塞率-C Programming simulation blocking rate
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:563527
    • 提供者:陈家旺
  1. yaojin

    2下载:
  2. 这个程序是理论和仿真呼叫阻塞率的对比!希望大家能多多交流学习!-this procedure is the theoretical simulation and call blocking rate contrast! Hope that we can conduct more exchanges learning!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:舒冰清
  1. homework7

    2下载:
  2. 一个完整gsm通信系统的仿真程序。能计算呼叫阻塞率。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11839
    • 提供者:周云
  1. block_probability

    1下载:
  2. 仿真通信系统中的阻塞率随单位时间总的平均呼叫到达率变化
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:172670
    • 提供者:杨睛
  1. sdmaSimulation

    0下载:
  2. 对SDMA空分多址系统的两种信道分配方案进行仿真,比较其性能,主要是阻塞率性能仿真。 附件里面的两个源程序分别为两种编程思想。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:13149
    • 提供者:丁巍
  1. zuselv

    1下载:
  2. 对电话信令呼叫系统的阻塞率进行仿真,仿真采用Erlang B模型,即呼叫阻塞清除模型,并与理论的阻塞率公式进行比较,附件里面有源码的WORD文档,还有仿真报告
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:38177
    • 提供者:丁巍
  1. SDMA

    0下载:
  2. SDMA系统阻塞率仿真分析
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1345
    • 提供者:蓝蓝
  1. Erlang_e

    1下载:
  2. 爱尔兰 公式这个公式主要适用于通信网中的阻塞率计算。以及在电话网中的仿真也可以用上
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:45359
    • 提供者:hhh
  1. simulation.rar

    0下载:
  2. 排队论中M/M/1系统的MATLAB仿真主要是阻塞率的理论值与仿真数据的比较,M/M/1 queuing theory in MATLAB simulation system is blocking the theoretical value of the comparison with the simulation data
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1406
    • 提供者:草婷
  1. blocklv

    1下载:
  2. 呼叫阻塞率的计算与仿真。仿真了随着话务量的增加,阻塞率的情况。包括matlab源程序,仿真曲线,理论曲线,以及两者的比较。还附有报告。-Call blocking rate calculation and simulation. With the increase of traffic in simulated blocking rates of the situation. Including the matlab source code, simulation curve, theoreti
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:245241
    • 提供者:陈长江
  1. simulation

    2下载:
  2. 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S
  3. 所属分类:Fax program

    • 发布日期:2015-09-04
    • 文件大小:112722
    • 提供者:张三
  1. block_probability_of_Erlang_queue_system

    0下载:
  2. 电路交换系统的阻塞率仿真与理论比较。有详细的报告。报告中有Erlang公式推导过程和比较曲线。-Circuit-switched system blocking rate compared with the theoretical simulation. Detailed report. Report Erlang formula derivation process and the comparison curve.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:46133
    • 提供者:黎家祥
  1. queueingtheory

    0下载:
  2. 银行系统中,常会出现阻塞的情况,此程序计算了阻塞率的问题,并用matlab实现仿真-Banking system, often there will be blocked, blockage of this process to calculate rates, and the realization of simulation matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:369466
    • 提供者:高飞
  1. PL

    0下载:
  2. MATLAB的阻塞率仿真结果与erlang_B理论结果的比较-MATLAB simulation results of blocking probability comparison of theoretical results with the erlang_B
  3. 所属分类:3G develop

    • 发布日期:2017-03-29
    • 文件大小:1140
    • 提供者:皮亮
  1. BDCL_Simulation

    0下载:
  2. matlab实现一维小区定向信道锁定借用(BDCL)和FCA(固定信道分配)阻塞率比较的仿真程序,并对小区信道数对阻塞率的影响也进行了图形描述!-matlab plot to achieve one-dimensional directional channel locking to use (BDCL) and FCA (fixed channel allocation) Comparison of blocking rates of the simulation program, and t
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:11019
    • 提供者:wangcongyi
  1. LCCsimulation

    1下载:
  2. 通过MATLAB实现对无排队等待的呼叫系统的仿真,并且得出在不同的呼叫到达速率下系统的阻塞率,并且和理论的erlangB公式做出对比。-MATLAB to achieve through the call without waiting in line system simulation, and come to a different call arrival rate in the system blocking rate, and the formulas and theories erl
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2109
    • 提供者:
  1. markwof

    2下载:
  2. 马尔科夫排队理论的一个关于阻塞率的仿真,非常给力-Markov queuing theory of a simulation on the blocking probability is very to the power
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:13216
    • 提供者:家郑
  1. blocking-simulation

    0下载:
  2. 实现数字移动通信中的阻塞率仿真,并将设置的不同参数的仿真图在同一窗口显示-realize simulation of blocking rate in digital mobile communication ,and show the configure with different in the same window
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:340347
    • 提供者:liupeng
  1. arriverate_blockrate

    0下载:
  2. 计算仿真异构无线网中阻塞率的问题 得到个实际环境相匹配的阻塞率仿真-Computing simulation in heterogeneous wireless network blocking rate issues have been a real environment that matches the blocking rate simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:949
    • 提供者:贾庆朋
« 12 »
搜珍网 www.dssz.com